net/http.http2ClientConn.inflow (field)
8 uses
	net/http (current package)
		h2_bundle.go#L7492: 	inflow          http2inflow  // peer's conn-level flow control
		h2_bundle.go#L7993: 	cc.inflow.init(http2transportDefaultConnFlow + http2initialWindowSize)
		h2_bundle.go#L9803: 	connAdd := cc.inflow.add(n)
		h2_bundle.go#L9837: 		connAdd := cc.inflow.add(unread)
		h2_bundle.go#L9885: 			ok := cc.inflow.take(f.Length)
		h2_bundle.go#L9886: 			connAdd := cc.inflow.add(int(f.Length))
		h2_bundle.go#L9927: 		if !http2takeInflows(&cc.inflow, &cs.inflow, f.Length) {
		h2_bundle.go#L9949: 		sendConn := cc.inflow.add(refund)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |